home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / emulation / c64gfx / man / fli.doc < prev    next >
Text File  |  1999-05-14  |  2KB  |  50 lines

  1.  
  2.  
  3. FLI                         C64Gfx                            FLI
  4.  
  5.  
  6. NAME
  7.      FLI - a C64 graphics format
  8.  
  9. DESCRIPTION
  10.      FLI is the newest and most time consuming graphics mode in C64.
  11.      The  processor is busy the whole time the picture is displayed,
  12.      and thus FLI is not very usable in games or other programs that
  13.      need a lot of processor time.
  14.  
  15.      You  can  find  more  description about the what-and-how of FLI
  16.      elsewhere.   Here I just describe the FLI file format.  I don't
  17.      know if any other format exists though.  The file consists of:
  18.  
  19.     Offset    Address    Size    Used    Description
  20.     ------    -------    ----    ----    -----------
  21.     0     -    2    2    Load address ($3b00)
  22.     2     $3b00    256    200    Background colors for each line
  23.     258    $3c00    1024    1000    Color memory
  24.     1282    $4000    8192    8x1000    FLI color memories
  25.     9474    $6000    8000    8000    The bitmap (multicolor mode)
  26.  
  27.      The  reason  for the unused areas is simply the speed.  You can
  28.      load  the FLI picture right into memory and you don't even have
  29.      to  move  it  elsewhere  in memory (with the exception of color
  30.      memory of course).
  31.  
  32.      The load address is of course hidden from you when you load the
  33.      file into the C64.
  34.  
  35. SEE ALSO
  36.      BFLI.doc, FFLI.doc
  37.      ppmtokoala, koalatoppm, ppmtobfli, c64toppm, c64toilbm, ppmtofli,
  38.      flitoppm, ppmtoffli, fflitoppm
  39.  
  40. AUTHOR
  41.      Pasi 'Albert' Ojala    albert@cs.tut.fi
  42.  
  43.      Permission  to  use,  copy and distribute this software and its
  44.      documentation  for  any  purpose  and  without  fee  is  hereby
  45.      granted, provided that the above copyright notice appear in all
  46.      copies  and that both that copyright notice and this permission
  47.      notice  appear  in  supporting documentation.  This software is
  48.      provided "as is" without express or implied warranty.
  49.  
  50.